home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Paparazzi!: Tales of Tinseltown
/
Paparazzi - Tales of Tinseltown (1995)(Activision)(Disc 1 of 2).iso
/
pprazia2.dir
/
00533_Script_COURT Skippy Go To
< prev
next >
Wrap
Text File
|
1995-05-21
|
761b
|
31 lines
on mouseDown
put "GoTo" into f
put "GoToHL" into fHL
puppetSound "button.aif"
hiliter 23, f, fHL
end
on mouseUp
global gTheDay, theMovieName, payoffStart, payoffEnd,¼
whichPayOff, whichBuyer, gDayOrNight, gOneOrTwo
puppetsprite 48, false
turnOffDaycons
WhatDayIsIt
if gTheDay = "14N" and gOneOrTwo = 2 then
put "FugPayOff" into whichPayOff
put "EOG" into whichBuyer
else
put "PayOff" into whichPayOff
put "NoBuyers" into whichBuyer
end if
if gDayOrNight = "D" then put "SKDCORT.MOV" into theMovieName
if gDayOrNight = "N" then put "SKNCORT.MOV" into theMovieName
set payoffStart = 0
set payoffEnd = 0
set the castNum of sprite 23 = cast "GoTo"
updatestage
richOrPoor
end